home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / ano95.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  289 b   |  15 lines

  1. on exitFrame
  2.   global act
  3.   set act to 0
  4.   set i to 2
  5.   repeat while i < 17
  6.     set the visible of sprite i to 0
  7.     set i to i + 1
  8.   end repeat
  9.   set the visible of sprite 23 to 0
  10.   set the visible of sprite 28 to 0
  11.   set the visible of sprite 29 to 0
  12.   InVis(33, 34)
  13.   InVis(37, 39)
  14. end
  15.